diff --git a/yabs.sh b/yabs.sh index f937c6f..36d0851 100755 --- a/yabs.sh +++ b/yabs.sh @@ -644,7 +644,7 @@ function launch_geekbench { else echo -en "\nRunning GB5 benchmark test... *cue elevator music*" # download the latest Geekbench 5 tarball and extract to geekbench temp directory - curl -s http://cdn.geekbench.com/Geekbench-5.2.0-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null + curl -s https://cdn.geekbench.com/Geekbench-5.3.1-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null # check if geekbench file exists if test -f "geekbench.license"; then