diff --git a/misc/tools.func b/misc/tools.func index 6e687d527..99d1ee286 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -4263,8 +4263,7 @@ function setup_uv() { msg_info "Setup uv $LATEST_VERSION" fi - # Download - local UV_URL="https://github.com/astral-sh/uv/releases/download/v${LATEST_VERSION}/${UV_TAR}" + local UV_URL="https://github.com/astral-sh/uv/releases/download/${LATEST_VERSION}/${UV_TAR}" $STD curl -fsSL "$UV_URL" -o "$TMP_DIR/uv.tar.gz" || { msg_error "Failed to download uv from $UV_URL"