Skip to content

Commit

Permalink
Update download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack authored May 19, 2024
1 parent 1587b39 commit bd2ff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd2ff10

Please sign in to comment.