Skip to content

Commit

Permalink
Fix z3's path in makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel authored Jan 30, 2024
1 parent cada8e7 commit dace776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
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
echo "$HOME/z3-4.11.2-x64-glibc-2.31/bin/z3" >> $GITHUB_PATH
echo "./z3-4.11.2-x64-glibc-2.31/bin/z3" >> $GITHUB_PATH
- uses: actions/checkout@v3

Expand Down

0 comments on commit dace776

Please sign in to comment.