diff --git a/linux/ubuntu/scripts/act.sh b/linux/ubuntu/scripts/act.sh index 0ff5a6e..d771585 100755 --- a/linux/ubuntu/scripts/act.sh +++ b/linux/ubuntu/scripts/act.sh @@ -80,7 +80,7 @@ apt-get install -y git-lfs LSB_OS_VERSION="${VERSION_ID//\./}" echo "LSB_OS_VERSION=${LSB_OS_VERSION}" | tee -a "/etc/environment" -wget -qO "/imagegeneration/toolset.json" "https://raw.githubusercontent.com/actions/virtual-environments/main/images/linux/toolsets/toolset-${LSB_OS_VERSION}.json" || echo "File not available" +wget -qO "/imagegeneration/toolset.json" "https://raw.githubusercontent.com/actions/virtual-environments/main/images/ubuntu/toolsets/toolset-${LSB_OS_VERSION}.json" || echo "File not available" wget -qO "/imagegeneration/LICENSE" "https://raw.githubusercontent.com/actions/virtual-environments/main/LICENSE" if [ "$(uname -m)" = x86_64 ]; then