Skip to content

Commit 037bd7b

Browse files
dannywillems0xMimir
authored andcommitted
REMOVEME: temporarily use personal branch
1 parent 7d17208 commit 037bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ clean: ## Clean build artifacts
195195
.PHONY: download-circuits
196196
download-circuits: ## Download the circuits used by Mina from GitHub
197197
@if [ ! -d "circuit-blobs" ]; then \
198-
git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git; \
198+
git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git -b dw/add-berkeley-687bf44e97328e1cc0e85291663009410f64bd99; \
199199
ln -s "$$PWD"/circuit-blobs/3.0.0mainnet ledger/; \
200200
ln -s "$$PWD"/circuit-blobs/berkeley-devnet ledger/; \
201201
else \

0 commit comments

Comments
 (0)