Skip to content

Commit

Permalink
fix: url in bbup install (#10456)
Browse files Browse the repository at this point in the history
Fix bbup url so that `curl -L https://bbup.dev | bash` does not fail
with 404 error
  • Loading branch information
saleel authored Dec 6, 2024
1 parent 2eb9ade commit 1b0dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/bbup/install
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1b0dfb7

Please sign in to comment.