Skip to content

Commit

Permalink
Fix syntax bug in makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel authored Jan 30, 2024
1 parent 91b74d7 commit cada8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Get z3 binary v4.11.2
run: |
set -o pipefail
curl -OJLsSf https://github.com/Z3Prover/z3/releases/download/z3-4.11.2/z3-4.11.2-x64-glibc-2.31.zip
unzip z3-4.11.2-x64-glibc-2.31.zip && rm z3-4.11.2-x64-glibc-2.31.zip
unzip z3-4.11.2-x64-glibc-2.31.zip && rm z3-4.11.2-x64-glibc-2.31.zip
echo "$HOME/z3-4.11.2-x64-glibc-2.31/bin/z3" >> $GITHUB_PATH
- uses: actions/checkout@v3
Expand Down

0 comments on commit cada8e7

Please sign in to comment.