Skip to content

Commit 24ef819

Browse files
authored
fix(kernel): userspace tools cannot find the free loop device (oomol-lab#77)
1 parent 5ed0afd commit 24ef819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readonly GREEN="\033[32m"
1010
readonly RESET="\033[0m"
1111

1212
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"
13+
readonly LIBKRUN_DARWIN_ARM64_URL="https://github.com/ihexon/revm-assets/releases/download/v1.0.1/libkrun-darwin-arm64.tar.zst"
1414
readonly LIBEXEC_DARWIN_ARM64_URL="https://github.com/ihexon/revm-assets/releases/download/v1.0/libexec-darwin-arm64.tar.zst"
1515
readonly MIN_MACOS_VERSION="13.1"
1616

0 commit comments

Comments
 (0)