Hi Tamil,
Could you please send a screenshot of the message or error you see when you’re unable to download the file from the Microsoft website? I’d like to review the exact error so I can assist you more effectively.
In the meantime, here is an alternative method to download the file instead of using the website directly:
Please open PowerShell as Administrator and run the following command:
$u='https://download.microsoft.com/download/F/E/D/FEDB200F-DE2A-46D8-B661-D019DFE9D470/ENU/x64/SQL_AS_AMO.msi'
Invoke-WebRequest -Uri $u -OutFile 'C:\Temp\SQL_AS_AMO_x64.msi'
If the download still fails, please take a screenshot of the specific error message and share it with me.
Thank you.