Skip to content

Commit

Permalink
fix: url for musl binary. fix #39
Browse files Browse the repository at this point in the history
Signed-off-by: Joke de Buhr <joke@xckk.de>
  • Loading branch information
joke committed Oct 1, 2023
1 parent cdd11fb commit 9643c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download
Expand Up @@ -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
Expand Down

0 comments on commit 9643c7d

Please sign in to comment.