Skip to content

Commit

Permalink
Correct syntax for shell commands when adding Z3 to PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Rod Chapman <[email protected]>
  • Loading branch information
rod-chapman committed Jul 25, 2024
1 parent 921cb97 commit 3f62624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proof_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
sudo apt-get install --no-install-recommends --yes unzip
unzip z3.zip
cd z3-${{ env.Z3_VERSION }}-x64-glibc-2.31/bin \
&& echo "Adding $(pwd) to PATH for Z3" \\
&& echo "Adding $(pwd) to PATH for Z3" \
&& echo "$(pwd)" >> $GITHUB_PATH
rm ./z3.zip
- name: Build and Install Bitwuzla ${{ env.BITWUZLA_VERSION }}
Expand Down

0 comments on commit 3f62624

Please sign in to comment.