diff --git a/update.py b/update.py index fc819bd9c..e0fb29a8d 100755 --- a/update.py +++ b/update.py @@ -69,7 +69,7 @@ def __versionToString( v ) : # Otherwise we should download the release and add the docs to this repo -packageName = "gaffer-{}-linux-gcc11".format( __versionToString( latestReleaseVersion ) ) +packageName = "gaffer-{}-linux".format( __versionToString( latestReleaseVersion ) ) assetToDownload = None assets = latestRelease.get_assets()