diff --git a/appveyor.yml b/appveyor.yml
index 3c89e6d54a9facce26ac349b21c50d3cfe804ae3..959df33374e3752a95f1ef727a6c590602577cdb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,7 +13,7 @@ environment:
 
 cache:
 - ccache.exe
-- :\Users\appveyor\AppData\Roaming\.ccache
+- C:\Users\appveyor\AppData\Roaming\.ccache
 
 install:
 - if not exist "%CCACHE_EXE%" appveyor DownloadFile "%CCACHE_URL%" -FileName "%CCACHE_EXE%"