

# Downloads for Amazon Corretto 17
Downloads

This topic lists all the downloads available for Amazon Corretto 17. You can choose Permanent URLs pointing to the latest version, or use Version Specific URLs which point to a specific version. 

## Amazon Corretto 17 Permanent URLs


Permanent URLs always point to the most recent release of a package. For example, to retrieve the latest Linux Corretto 17 .tgz package by using a Permanent URL, run the following command from the CLI: 

**Example**  

```
wget https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz
```

You can also run the following curl command.

**Example**  

```
curl -LO https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.tar.gz
```

**Note**: Permanent URL's are redirected (HTTP 302) to actual artifact's URL.

These links can be used in scripts to pull the latest version of Amazon Corretto 17.

<a name="newtable"></a>[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)

**Note**:

Notice that the above links follow this format:

```
https://corretto.aws/[latest/latest_checksum]/amazon-corretto-[corretto_version]-[cpu_arch]-[os]-[package_type].[file_extension]
```

## Signature Verification


The public key to verify the SIGNATURE file can be downloaded [here](https://corretto.aws/downloads/resources/17.0.18.9.1/A122542AB04F24E3.pub) 

## Versioned Downloads


For versioned downloads and earlier versions, see [Corretto-17 Releases](https://github.com/corretto/corretto-17/releases) on GitHub. 

## Nightly Build Downloads


Nightly builds can be downloaded from [here](https://downloads.corretto.aws/#/downloads?build=nightly&version=17) 

## Change Logs


 For change logs, see [Corretto-17 Change logs](https://github.com/corretto/corretto-17/blob/develop/CHANGELOG.md) on Github. 