diff --git a/barretenberg/bbup/install b/barretenberg/bbup/install index 2dee6434eeb..030c5f6c5c5 100755 --- a/barretenberg/bbup/install +++ b/barretenberg/bbup/install @@ -12,7 +12,7 @@ ERROR="✗" BB_DIR="${HOME}/.bb" INSTALL_PATH="${BB_DIR}/bbup" -BBUP_URL="https://raw.githubusercontent.com/AztecProtocol/aztec-packages/main/barretenberg/bbup/bbup" +BBUP_URL="https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/bbup/bbup" # Create .bb directory if it doesn't exist mkdir -p "$BB_DIR"