Skip to content

Commit c7f7109

Browse files
authored
Use correct arch for Nimbus-eth1 testnets (#7698)
macos-arm64 should download macOS_arm64 not macOS_amd64.
1 parent 2bba33d commit c7f7109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/launch_local_testnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ download_nimbus_eth1() {
536536
NIMBUS_ETH1_PLATFORM=Linux_arm64v8
537537
;;
538538
macos-arm64|macos-aarch64)
539-
NIMBUS_ETH1_PLATFORM=macOS_amd64
539+
NIMBUS_ETH1_PLATFORM=macOS_arm64
540540
;;
541541
windows-amd64|windows-x86_64)
542542
NIMBUS_ETH1_PLATFORM=Windows_amd64

0 commit comments

Comments
 (0)