Terraform provider init error

Hi All,

I am terra new bie. I am trying to init terraform…Since i dont have internet attached. its failing with below error. I tried to download the provider to working directory as below…But still throwing error. Can you please advise how to point it to plug in path?

C:\Users\username\Repo\Terraform\Create_Resource_Grp\plugins\registry.terraform.io\hashicorp\random\3.5.1\windows_amd64\terraform-provider-random_3.5.1_windows_amd64

Terraform init

Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/azurerm...
- Installing hashicorp/azurerm v3.61.0...
╷
│ Error: Failed to install provider
│
│ Error while installing hashicorp/azurerm v3.61.0: unsuccessful request to
│ https://releases.hashicorp.com/terraform-provider-azurerm/3.61.0/terraform-provider-azurerm_3.61.0_windows_amd64.zip: 503 Service Unavailable

Thanks,