summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1643549..435bb12 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ cache:
- c:\deps -> appveyor.yml
install:
- - ps: $file = "Win${env:BITS}OpenSSL-1_0_2j.exe"
+ - ps: $file = "Win${env:BITS}OpenSSL-1_0_2k.exe"
- ps: $dir = "c:\deps"
- ps: $exists = Test-Path "$dir\$file"
- ps: >-