We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4f564 commit 7008dbbCopy full SHA for 7008dbb
test/sanity/run-test.sh
@@ -36,7 +36,7 @@ azcopyPath="/usr/local/bin/azcopy"
36
if [ ! -f "$azcopyPath" ]; then
37
azcopyTarFile="azcopy.tar.gz"
38
echo 'Downloading azcopy...'
39
- wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.22.2-20240110/azcopy_linux_arm64_10.22.2.tar.gz
+ wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.22.2-20240110/azcopy_linux_amd64_10.22.2.tar.gz
40
tar -zxvf $azcopyTarFile
41
mv ./azcopy*/azcopy /usr/local/bin/azcopy
42
rm -rf ./$azcopyTarFile
0 commit comments