From 0ed1c27f19cf00ea9bacbcdbaccb9c3fe0e536d0 Mon Sep 17 00:00:00 2001 From: Joke de Buhr Date: Sun, 1 Oct 2023 10:50:58 +0200 Subject: [PATCH] fix: url for musl binary. fix #39 Signed-off-by: Joke de Buhr --- bin/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/download b/bin/download index f136af1..42c05a4 100755 --- a/bin/download +++ b/bin/download @@ -10,7 +10,7 @@ source "${plugin_dir}/lib/utils.bash" mkdir -p "$ASDF_DOWNLOAD_PATH" -platform="$(detect_system)_$(detect_architecture)$(detect_variant)" +platform="$(detect_system)$(detect_variant)_$(detect_architecture)" release_file="$ASDF_DOWNLOAD_PATH/$TOOL_NAME-$ASDF_INSTALL_VERSION.tar.gz" # Download tar.gz file to the download directory