Skip to content

Commit 1b07b59

Browse files
authored
Merge pull request #4875 from culhatsker/mkl_install_update
Update install_mkl.sh
2 parents 71f38e6 + aef1d98 commit 1b07b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/extras/install_mkl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default_package=intel-mkl-64bit-2020.0-088
1616

1717
yum_repo='https://yum.repos.intel.com/mkl/setup/intel-mkl.repo'
1818
apt_repo='https://apt.repos.intel.com/mkl'
19-
intel_key_url='https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB'
19+
intel_key_url='https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB'
2020

2121
Usage () {
2222
cat >&2 <<EOF

0 commit comments

Comments
 (0)