From 96b2223c6d7cb944377da1b1b27bb20b73ec441a Mon Sep 17 00:00:00 2001 From: MusiX <124933548+Musixal@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:34:56 +0330 Subject: [PATCH] Update rathole.sh fix core path --- rathole.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rathole.sh b/rathole.sh index 166f8ab..64a8555 100644 --- a/rathole.sh +++ b/rathole.sh @@ -116,7 +116,7 @@ download_and_extract_rathole() { exit 1 fi if [[ "$ARCH" == "x86_64" ]]; then - DOWNLOAD_URL='https://github.com/Musixal/rathole-tunnel/raw/main/rathole.zip' + DOWNLOAD_URL='https://github.com/Musixal/rathole-tunnel/raw/main/core/rathole.zip' fi if [ -z "$DOWNLOAD_URL" ]; then