We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed0afd commit 24ef819Copy full SHA for 24ef819
build.sh
@@ -10,7 +10,7 @@ readonly GREEN="\033[32m"
10
readonly RESET="\033[0m"
11
12
readonly ROOTFS_LINUX_ARM64_URL="https://github.com/ihexon/revm-assets/releases/download/v1.0/rootfs-linux-arm64.tar.zst"
13
-readonly LIBKRUN_DARWIN_ARM64_URL="https://github.com/ihexon/revm-assets/releases/download/v1.0/libkrun-darwin-arm64.tar.zst"
+readonly LIBKRUN_DARWIN_ARM64_URL="https://github.com/ihexon/revm-assets/releases/download/v1.0.1/libkrun-darwin-arm64.tar.zst"
14
readonly LIBEXEC_DARWIN_ARM64_URL="https://github.com/ihexon/revm-assets/releases/download/v1.0/libexec-darwin-arm64.tar.zst"
15
readonly MIN_MACOS_VERSION="13.1"
16
0 commit comments