diff --git a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh index 67367756220..03b90b4f79c 100755 --- a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh +++ b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh @@ -7,7 +7,7 @@ set -eu BB=$PWD/${BB:-../cpp/build/bin/bb} CRS_PATH=~/.bb-crs -BRANCH=kw/acvm-0-24 +BRANCH=master # Pull down the test vectors from the noir repo, if we don't have the folder already. if [ ! -d acir_tests ]; then