diff --git a/barretenberg/cpp/bootstrap.sh b/barretenberg/cpp/bootstrap.sh index b1b1c27cb01..254179aaf15 100755 --- a/barretenberg/cpp/bootstrap.sh +++ b/barretenberg/cpp/bootstrap.sh @@ -26,7 +26,7 @@ ARCH=$(uname -m) if [ "$OS" == "macos" ]; then PRESET=default else - if [ "$(which clang++-15)" != "" ]; then + if [ "$(which clang++-16)" != "" ]; then PRESET=clang16 else PRESET=default