Constructs the full download URL for an artifact by name.
@override Uri artifactUrl(String archiveName) => baseUrl.resolve(archiveName);