diff --git a/automatic/dymo-label/tools/chocolateyInstall.ps1 b/automatic/dymo-label/tools/chocolateyInstall.ps1 index dcec5c8ea9..9e6a76a2b6 100644 --- a/automatic/dymo-label/tools/chocolateyInstall.ps1 +++ b/automatic/dymo-label/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://s3.amazonaws.com/download.dymo.com/dymo/Software/Win/DLS8Setup8.7.4.exe' +$url = 'https://download.dymo.com/dymo/Software/Win/DLS8Setup8.7.4.exe' $checksum = '409d79f053ba0c803ce83b71e8245992cd63708fa27017f48a5063826f1bea4d' $checksumType = 'sha256'