Skip to content

Commit 74d9ae5

Browse files
Update bootstrap.sh
1 parent 7c2cbaf commit 74d9ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set -euo pipefail
1111

1212
ZIRCON_REPO="https://github.com/zirco-lang/zircon.git"
13-
ZIRCON_REF="${1:-main}"
13+
ZIRCON_REF="${1:-nightly}"
1414

1515
# Function to detect platform and architecture
1616
detect_platform_arch() {

0 commit comments

Comments
 (0)