diff --git a/yabs.sh b/yabs.sh index 71aab91..f937c6f 100755 --- a/yabs.sh +++ b/yabs.sh @@ -614,7 +614,7 @@ function launch_geekbench { if [[ $VERSION == *4* ]]; then # Geekbench v4 echo -en "\nRunning GB4 benchmark test... *cue elevator music*" # download the latest Geekbench 4 tarball and extract to geekbench temp directory - curl -s http://cdn.geekbench.com/Geekbench-4.4.2-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null + curl -s https://cdn.geekbench.com/Geekbench-4.4.4-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null if [[ "$ARCH" == *"x86"* ]]; then # check if geekbench file exists