From c4650c30e91a15cbff8b515635f71049e288e474 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 7 Feb 2024 15:12:09 +1100 Subject: [PATCH] fixup --- .github/setup_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index b7b94347ff08..ad15c45bb25b 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -253,7 +253,7 @@ if [ ! -z "${INSTALL_PUTTY}" ]; then (cd /tmp && wget https://tartarus.org/~simon/putty-snapshots/${tarball}) ;; *) - tarball=putty-${ver}.tar.gz + tarball=putty-${INSTALL_PUTTY}.tar.gz (cd /tmp && wget https://the.earth.li/~sgtatham/putty/${ver}/${tarball}) ;; esac