From bd2ff10810517c15eaabd5132a44487d9626e6ae Mon Sep 17 00:00:00 2001 From: "Join.Gong" Date: Sun, 19 May 2024 09:42:42 +0800 Subject: [PATCH] Update download.sh --- download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.sh b/download.sh index 303af3b..90687ee 100755 --- a/download.sh +++ b/download.sh @@ -13,7 +13,7 @@ function fail { function install_macos_tap_driver { echo "Install the tap driver". - URL="https://raw.githubusercontent.com/blocklessnetwork/v86-wasi/main/third_party/macos-taptun.tar.gz" + URL="https://raw.githubusercontent.com/blocklessnetwork/v86-wasi/main/third_party/macos-tuntap.tar.gz" DRIVERS="$BIN_DIR/drivers" mkdir $DRIVERS -p curl -s $URL -o $DRIVERS/macos-tuntap.tar.gz