From 60a937e328aaa8023d3e06d5ed6eb4bd9a81646a Mon Sep 17 00:00:00 2001 From: Tom French Date: Fri, 18 Aug 2023 18:48:03 +0100 Subject: [PATCH] chore: fix barretenberg --- circuits/cpp/barretenberg/cpp/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/circuits/cpp/barretenberg/cpp/bootstrap.sh b/circuits/cpp/barretenberg/cpp/bootstrap.sh index f81477ff738..e9f41cba246 100755 --- a/circuits/cpp/barretenberg/cpp/bootstrap.sh +++ b/circuits/cpp/barretenberg/cpp/bootstrap.sh @@ -54,6 +54,7 @@ cd ./build cmake --build . --parallel --target grumpkin_srs_gen ./bin/grumpkin_srs_gen 8192 echo "Generated Grumpkin SRS successfully" +cd ../ # Install wasi-sdk. ./scripts/install-wasi-sdk.sh