Skip to content

Commit

Permalink
Move back to a ASLi main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ncough committed Apr 16, 2023
1 parent 462aa6f commit 8e92d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo OCaml is at $(which ocaml)
echo "Looking in the dev-repo for the current list of dependencies"
opam pin add z3 4.8.7 --yes -n
opam pin add bap https://github.com/UQ-PAC/bap.git --yes -n
opam pin add asli https://github.com/UQ-PAC/asl-interpreter.git#old_z3 --yes -n
opam pin add asli https://github.com/UQ-PAC/asl-interpreter.git --yes -n
echo "Installing System dependenices"
opam depext bap --yes
echo "Installing OCaml dependenices"
Expand Down

0 comments on commit 8e92d26

Please sign in to comment.