diff --git a/.travis.yml b/.travis.yml
index e0599ea..aed7f54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ dist: bionic
 before_install:
   - sudo apt-get update
   - sudo apt-get install ruby
-  - curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb
+  - wget https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb
   - sudo dpkg -i hugo_0.57.0_Linux-64bit.deb
 script:
   - asciidoctor --version