diff --git a/tag-zsh/zsh/configs/plugins.zsh b/tag-zsh/zsh/configs/plugins.zsh
index d2d88d68..3255541d 100644
--- a/tag-zsh/zsh/configs/plugins.zsh
+++ b/tag-zsh/zsh/configs/plugins.zsh
@@ -1,7 +1,9 @@
 if is_macos; then
   source /usr/local/share/antigen/antigen.zsh
 elif is_linux; then
-  source /usr/share/zsh-antigen/antigen.zsh
+  # antigen.zsh has been downloaded manually for now,
+  # see https://github.com/zsh-users/antigen/issues/659.
+  source $HOME/.antigen.zsh
 fi
 
 antigen bundle mollifier/cd-gitroot