diff --git a/x/update_bin.sh b/x/update_bin.sh index e891ea8..0655703 100644 --- a/x/update_bin.sh +++ b/x/update_bin.sh @@ -99,7 +99,7 @@ function update_naive() { function download_hysteria() { echo "- Downloading hysteria-linxu-amd64-avx ..." && - curl -s -L -o $BIN_PATH/hysteria-linxu-amd64-avx https://download.hysteria.network/app/latest/hysteria-linux-amd64-avx && + curl -s -L -o $BIN_PATH/hysteria-linux-amd64-avx https://download.hysteria.network/app/latest/hysteria-linux-amd64-avx && echo "- Downloading hysteria-darwin-amd64 ..." && curl -s -L -o $BIN_PATH/hysteria-darwin-amd64 https://download.hysteria.network/app/latest/hysteria-darwin-amd64 && echo "- Downloading hysteria-darwin-arm64 ..." &&