Skip to content

Commit 952a9e4

Browse files
committed
REMOVEME: temporarily use personal branch
1 parent 245b475 commit 952a9e4

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
@@ -188,7 +188,7 @@ clean: ## Clean build artifacts
188188
.PHONY: download-circuits
189189
download-circuits: ## Download the circuits used by Mina from GitHub
190190
@if [ ! -d "circuit-blobs" ]; then \
191-
git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git; \
191+
git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git -b dw/add-berkeley-687bf44e97328e1cc0e85291663009410f64bd99; \
192192
ln -s "$$PWD"/circuit-blobs/3.0.0mainnet ledger/; \
193193
ln -s "$$PWD"/circuit-blobs/berkeley-devnet ledger/; \
194194
else \

0 commit comments

Comments
 (0)