Skip to content

Commit

Permalink
Fixes sdk and psw version in download_prebuild.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Amanda Souza <[email protected]>
  • Loading branch information
Amanda Souza committed Jul 3, 2017
1 parent 0fb9f47 commit 768c951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_prebuilt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

top_dir=`dirname $0`
out_dir=$top_dir
optlib_name=optimized_libs-1.9.100.38927.tar
ae_file_name=prebuilt-ae-1.9.100.38927.tar
optlib_name=optimized_libs-1.9.100.39124.tar
ae_file_name=prebuilt-ae-1.9.100.39124.tar
server_url_path=https://download.01.org/intel-sgx/linux-1.9/
server_optlib_url=$server_url_path/$optlib_name
server_ae_url=$server_url_path/$ae_file_name
Expand Down

0 comments on commit 768c951

Please sign in to comment.