From 864147b20443135b60257c74f41b2676b0804aaf Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Tue, 16 Jul 2024 22:19:29 +0200 Subject: [PATCH] Fix non-latest version URL --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 47e6b81..19012ec 100644 --- a/install.sh +++ b/install.sh @@ -72,7 +72,7 @@ esac if [ "${VERSION:-}" = "" ]; then RELEASE_URL="https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-${PLATFORM}-${ARCH}" else - RELEASE_URL="https://github.com/mamba-org/micromamba-releases/releases/download/micromamba-${VERSION}/micromamba-${PLATFORM}-${ARCH}" + RELEASE_URL="https://github.com/mamba-org/micromamba-releases/releases/download/${VERSION}/micromamba-${PLATFORM}-${ARCH}" fi