Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vcanumalla/add stp #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Next Next commit
delete some random whitespace
  • Loading branch information
vcanumalla committed Dec 7, 2023
commit 3e69e044bc09453e60f1520ce6445755cc8c9923
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Install solvers
run: |
mkdir bin &&

wget $CVC4_URL -nv -O bin/cvc4 &&
chmod +x bin/cvc4 &&
wget $BOOLECTOR_URL -nv -O boolector.tar.gz &&
Expand Down Expand Up @@ -59,7 +58,6 @@ jobs:
popd &&
popd &&
cp bitwuzla/build/src/main/bitwuzla bin/ &&

sudo apt-get install -y git cmake bison flex libboost-all-dev python2 perl &&
git clone https://github.com/stp/stp &&
pushd stp &&
Expand All @@ -76,7 +74,6 @@ jobs:
sudo add-apt-repository -y ppa:sri-csl/formal-methods &&
sudo apt-get update &&
sudo apt-get install -y yices2

- name: Install Rosette
run: raco pkg install --auto --name rosette
- name: Compile Rosette tests
Expand Down