Can not download gradle (build android app with Cordova)

Hi all,
I’m building Android app by Cordova.
Last week my circleci still build it successfully. But today it’s failed.
I got error message

Unzipping /Users/distiller/.gradle/wrapper/dists/gradle-2.14.1-all/53l0mv9mggp9q5m2ip574m21oh/gradle-2.14.1-all.zip to /Users/distiller/.gradle/wrapper/dists/gradle-2.14.1-all/53l0mv9mggp9q5m2ip574m21oh
Exception in thread "main" java.lang.RuntimeException: java.util.zip.ZipException: zip file is empty

When i used ssh to debug, i saw we can not download gradle-2.14.1-all.zip from http://services.gradle.org/distributions/gradle-2.14.1-all.zip.
Btw, the last successful build can download it.
Please help me to check. I have not change the config circleci.

Thanks
Huy Tran