evidently some buildbots don't have python 3 installed
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py
index 56140ed..07c06de 100755
--- a/Parser/asdl_c.py
+++ b/Parser/asdl_c.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 """Generate C code from an ASDL description."""
 
 # TO DO