diff --git a/barretenberg/bbup/bbup b/barretenberg/bbup/bbup index 55f7ed046ca9..29d81be28f41 100755 --- a/barretenberg/bbup/bbup +++ b/barretenberg/bbup/bbup @@ -48,7 +48,7 @@ get_bb_version_for_noir() { fi fi - local lookup_url="https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/bbup/bb-versions.json" + local lookup_url="https://raw.githubusercontent.com/AztecProtocol/aztec-packages/next/barretenberg/bbup/bb-versions.json" # Extract BB version from install script local bb_version=$(curl --fail -s "$lookup_url" | jq -r --arg version "$resolved_version" '.[$version]')