Revised one core locali rule that was modified yesterday that
causes false-positive errors around contacts.
diff --git a/sky130/magic/sky130.tech b/sky130/magic/sky130.tech
index 7137509..9700dae 100644
--- a/sky130/magic/sky130.tech
+++ b/sky130/magic/sky130.tech
@@ -5481,7 +5481,8 @@
  # Local interconnect in core (SRAM) cells has more relaxed rules.  There are
  # no special layers for the contacts in core cells, so they must be included
  # in the rule.
- width coreli,pc,ndc,nsc,pdc,psc,lic 140 "Core local interconnect width < %d (li.c1)"
+ width coreli,pc,ndc,nsc,pdc,psc,allli,*obsli 140 \
+	"Core local interconnect width < %d (li.c1)"
 
  spacing coreli,pc,ndc,nsc,pdc,psc,lic allli,*obsli 140 touching_ok \
 	"Core local interconnect spacing < %d (li.c2)"