Skip to content

Commit

Permalink
Include abc in with-solvers tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Sep 15, 2021
1 parent bdb2c96 commit c537017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ zip_dist_with_solvers() {
: "${VERSION?VERSION is required as an environment variable}"
name="${name:-"cryptol-$VERSION-$RUNNER_OS-x86_64"}"
sname="${name}-with-solvers"
cp "$(which abc)" dist/bin/
cp "$(which cvc4)" dist/bin/
cp "$(which yices)" dist/bin/
cp "$(which yices-smt2)" dist/bin/
Expand Down

0 comments on commit c537017

Please sign in to comment.