From af770adc2bc7a364c90f8ac69ef09819d1ef961c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Fri, 6 Dec 2024 12:40:15 +0000 Subject: [PATCH] fix: bbup says im an idiot --- barretenberg/bbup/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/bbup/install b/barretenberg/bbup/install index 2dee6434eebf..030c5f6c5c54 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"