From 4cfcd36c6521b74d3972f2ef2277be9826e9af19 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Fri, 15 Mar 2024 13:17:56 +0100 Subject: [PATCH] Fixed name of jdk8 tarball per fork mood --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 5eaedd0..0aef785 100755 --- a/run.sh +++ b/run.sh @@ -97,7 +97,7 @@ echo "treating jdk as: $JDK_MAJOR" if [ ! -e "$JTREG_HOME" ] ; then if [ "0$JDK_MAJOR" -le "8" ] ; then - ball=jtreg-6+1.tar.gz + ball=jtreg-6+1-jtrfix.tar.gz wget "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball" else ball=jtreg-7.3.1+1-jtrfix.tar.gz